15 lines
270 B
Desktop File
15 lines
270 B
Desktop File
[Unit]
|
|
Description=render to infinity and beyond
|
|
After=pandora.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
User=pandora
|
|
Group=pandora
|
|
Nice=19
|
|
WorkingDirectory=/srv/pandora/pandora
|
|
ExecStart=/srv/pandora/pandora/manage.py infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|