You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
213 B
INI

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