timetracker/timesheet.service
2023-04-11 12:40:06 -04:00

12 lines
213 B
Desktop File

[Unit]
Description=Timesheet manager
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/home/keegan/.local/bin/timetracker -i
ExecStop=/home/keegan/.local/bin/timetracker -o
[Install]
WantedBy=default.target