Created
August 26, 2018 19:10
-
-
Save Jalle19/1539c0079ab5119e16c79ef62b2474e2 to your computer and use it in GitHub Desktop.
dy.fi systemd unit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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