timetracker/systemd/timetracker.service
Ronny Friedland 0e4b15c768 Introduce timetracker application
- source code
- systemd files
- readme
- debian install scripts
- github workflows
2024-01-25 20:14:22 +01:00

8 lines
No EOL
129 B
Desktop File

[Unit]
Description=track time
[Service]
Type=oneshot
ExecStart=/usr/local/bin/timetracker
User=timetracker
Group=systemd-journal