2021-05-16 02:26:06 +00:00
|
|
|
[Unit]
|
|
|
|
Description=The Arsse newsfeed fetching service
|
|
|
|
Documentation=https://thearsse.com/manual/
|
2021-05-16 19:59:52 +00:00
|
|
|
PartOf=arsse.service
|
2021-05-16 02:26:06 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=arsse
|
|
|
|
Group=arsse
|
|
|
|
Type=simple
|
|
|
|
WorkingDirectory=/usr/share/webapps/arsse
|
2021-05-16 22:44:42 +00:00
|
|
|
ExecStart=/usr/bin/arsse daemon
|
2021-05-16 02:26:06 +00:00
|
|
|
|
|
|
|
ProtectProc=invisible
|
|
|
|
NoNewPrivileges=true
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
StateDirectory=arsse
|
|
|
|
ConfigurationDirectory=webapps/arsse
|
|
|
|
ReadOnlyPaths=/
|
|
|
|
ReadWriePaths=/usr/lib/arsse
|
|
|
|
NoExecPaths=/
|
|
|
|
ExecPaths=/usr/bin/php /usr/bin/php7
|
|
|
|
PrivateTmp=true
|
|
|
|
PrivateDevices=true
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
SyslogIdentifier=arsse
|
|
|
|
Restart=on-failure
|
|
|
|
RestartPreventStatus=
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|