adding systemd service file

This commit is contained in:
KeeganForelight 2023-01-13 21:36:35 -05:00
parent fd5e4e864c
commit 0a2a41c7c2

11
timesheet.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Timesheet manager
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/home/keegan/bin/timetracker -i
ExecStop=/home/keegan/bin/timetracker -o
[Install]
WantedBy=default.target