summary refs log tree commit diff stats
path: root/extra/qotd.service
blob: 08c03c14730e140f74317c92939f69ded8c8bf8a (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=A Quote of the Day server implementation
After=network.target

[Service]
ExecStart=/usr/local/bin/qotd

[Install]
WantedBy=multi-user.target