From: Dustin Walde Date: Thu, 4 May 2023 16:41:35 +0000 (-0700) Subject: Update systemd service file X-Git-Url: https://git.walde.dev/?a=commitdiff_plain;h=eff3018af83e3f69e5e74c391c4e46dcd953d850;p=punch Update systemd service file --- diff --git a/time-table.service b/time-table.service index 015aea5..e1f4653 100644 --- a/time-table.service +++ b/time-table.service @@ -1,10 +1,10 @@ [Unit] -Description=Time Sheet Notification Helper -ConditionUser=dwalde +Description=Time Sheet Tray Icon +ConditionUser= [Service] Type=simple -ExecStart=/home/dwalde/bin/tt service +ExecStart= service [Install] WantedBy=default.target