2022-02-08 14:49:04 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Generate a new fortune for the cygnus landing page.
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-02-10 13:05:53 -05:00
|
|
|
WorkingDirectory = /home/shoofle/cygnus
|
2022-02-08 14:49:04 -05:00
|
|
|
ExecStart=python /home/shoofle/cygnus/update_fortune.py
|
|
|
|
User=shoofle
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|