1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/dist/arsse.service

15 lines
No EOL
305 B
Desktop File

[Unit]
Description=The Arsse feed fetching service
After=network.target
[Service]
User=www-data
Group=www-data
WorkingDirectory=/usr/share/arsse/www
Type=simple
StandardOutput=null
StandardError=syslog
ExecStart=/usr/bin/env php /usr/share/arsse/www/arsse.php daemon
[Install]
WantedBy=multi-user.target