[systemd] Add + enable Worklogger service

This commit is contained in:
Sebastian Schulze 2018-07-31 21:07:03 +02:00
parent c057131a8c
commit f950b6ec79
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1 @@
/home/bascht/.config/systemd/user/worklogger.timer

View File

@ -0,0 +1,6 @@
[Unit]
Description=Ask for periodic worklog updates
[Service]
Type=oneshot
ExecStart=/home/bascht/bin/worklogger

View File

@ -0,0 +1,10 @@
[Unit]
Description=Run worklogger timer
[Timer]
OnActiveSec=30s
OnUnitActiveSec=60m
Unit=worklogger.service
[Install]
WantedBy=timers.target