]> git.walde.dev - punch/commitdiff
Update systemd service file
authorDustin Walde <redacted>
Thu, 4 May 2023 16:41:35 +0000 (09:41 -0700)
committerDustin Walde <redacted>
Thu, 4 May 2023 16:41:35 +0000 (09:41 -0700)
time-table.service

index 015aea57cd9823dececc7020c06d0f146e0e86fe..e1f4653fca24a9614ca9e87698b79625e7e193fb 100644 (file)
@@ -1,10 +1,10 @@
 [Unit]
-Description=Time Sheet Notification Helper
-ConditionUser=dwalde
+Description=Time Sheet Tray Icon
+ConditionUser=<user>
 
 [Service]
 Type=simple
-ExecStart=/home/dwalde/bin/tt service
+ExecStart=<path-to-executable> service
 
 [Install]
 WantedBy=default.target