mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
7ba4cabdde
The package will be created, but the result itself has yet to be tested.
33 lines
688 B
Desktop File
33 lines
688 B
Desktop File
[Unit]
|
|
Description=The Arsse newsfeed client service
|
|
Documentation=https://thearsse.com/manual/
|
|
|
|
[Service]
|
|
User=arsse
|
|
Group=arsse
|
|
Type=simple
|
|
WorkingDirectory=/usr/share/webapps/arsse
|
|
ExecStart=/usr/bin/uwsgi /etc/webapps/arsse/uwsgi.ini
|
|
|
|
ProtectProc=invisible
|
|
NoNewPrivileges=true
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
RuntimeDirectory=arsse
|
|
StateDirectory=arsse
|
|
ConfigurationDirectory=webapps/arsse
|
|
ReadOnlyPaths=/
|
|
ReadWriePaths=/usr/lib/arsse
|
|
NoExecPaths=/
|
|
ExecPaths=/usr/bin/uwsgi
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
RestrictSUIDSGID=true
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=arsse
|
|
Restart=on-failure
|
|
RestartPreventStatus=
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|