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