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