11 lines
202 B
SYSTEMD
11 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=Generate a new fortune for the cygnus landing page.
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=python /home/shoofle/cygnus/update_fortune.py
|
||
|
User=shoofle
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|