systemd-user/user/gpo.service

14 lines
221 B
SYSTEMD
Raw Normal View History

2013-02-17 18:39:48 +00:00
[Unit]
Description=Automatic Gpodder download
[Service]
2014-07-06 11:17:51 +00:00
Type=oneshot
2013-02-17 18:39:48 +00:00
Nice=19
IOSchedulingClass=2
IOSchedulingPriority=7
ExecStart=/usr/bin/gpo update
ExecStart=/usr/bin/gpo download
2014-07-06 11:17:51 +00:00
[Install]
WantedBy=cron-daily.target