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
199 B
INI
12 lines
199 B
INI
2 years ago
|
[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
|