diff options
Diffstat (limited to 'extra/qotd.service')
-rw-r--r-- | extra/qotd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/qotd.service b/extra/qotd.service new file mode 100644 index 0000000..08c03c1 --- /dev/null +++ b/extra/qotd.service | |||
@@ -0,0 +1,9 @@ | |||
1 | [Unit] | ||
2 | Description=A Quote of the Day server implementation | ||
3 | After=network.target | ||
4 | |||
5 | [Service] | ||
6 | ExecStart=/usr/local/bin/qotd | ||
7 | |||
8 | [Install] | ||
9 | WantedBy=multi-user.target | ||