Skip to content

Instantly share code, notes, and snippets.

@Jalle19
Created August 26, 2018 19:10
Show Gist options
  • Save Jalle19/1539c0079ab5119e16c79ef62b2474e2 to your computer and use it in GitHub Desktop.
Save Jalle19/1539c0079ab5119e16c79ef62b2474e2 to your computer and use it in GitHub Desktop.
dy.fi systemd unit
[Unit]
Description=dy.fi update daemon
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/dyfi-update.pl -f /usr/local/etc/dyfi-update.conf
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment