2021-05-15 22:26:06 -04:00
|
|
|
[Unit]
|
|
|
|
Description=The Arsse newsfeed fetching service
|
|
|
|
Documentation=https://thearsse.com/manual/
|
2021-05-16 15:59:52 -04:00
|
|
|
PartOf=arsse.service
|
2021-05-15 22:26:06 -04:00
|
|
|
|
2021-05-19 15:06:37 -04:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|
2021-05-15 22:26:06 -04:00
|
|
|
[Service]
|
|
|
|
User=arsse
|
|
|
|
Group=arsse
|
|
|
|
Type=simple
|
2021-05-19 15:06:37 -04:00
|
|
|
WorkingDirectory=/usr/share/arsse
|
2021-05-16 18:44:42 -04:00
|
|
|
ExecStart=/usr/bin/arsse daemon
|
2021-05-15 22:26:06 -04:00
|
|
|
|
|
|
|
ProtectProc=invisible
|
|
|
|
NoNewPrivileges=true
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
StateDirectory=arsse
|
2021-05-19 15:06:37 -04:00
|
|
|
ConfigurationDirectory=arsse
|
2021-05-15 22:26:06 -04:00
|
|
|
PrivateTmp=true
|
|
|
|
PrivateDevices=true
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
SyslogIdentifier=arsse
|
|
|
|
Restart=on-failure
|
|
|
|
RestartPreventStatus=
|
|
|
|
|
2021-05-19 15:06:37 -04:00
|
|
|
# These directives can be used for extra security, but are disabled for now for compatibility
|
|
|
|
|
|
|
|
#ReadOnlyPaths=/
|
|
|
|
#ReadWriePaths=/var/lib/arsse
|
|
|
|
#NoExecPaths=/
|
2021-05-31 12:12:56 -04:00
|
|
|
#ExecPaths=/usr/bin/php
|