mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
32 lines
773 B
Desktop File
32 lines
773 B
Desktop File
[Unit]
|
|
Description=A free and open source manga reader server that runs extensions built for Tachiyomi.
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=suwayomi
|
|
Group=suwayomi
|
|
SyslogIdentifier=suwayomi
|
|
|
|
EnvironmentFile=/etc/suwayomi/server.conf
|
|
ExecStart=/usr/bin/java $JAVA_ARGS -Dsuwayomi.tachidesk.config.server.rootDir="${TACHIDESK_ROOT_DIR}" -jar /usr/share/java/tachidesk-server/bin/Suwayomi-Server.jar
|
|
Restart=on-failure
|
|
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectClock=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectKernelModules=yes
|
|
ProtectKernelLogs=yes
|
|
ProtectControlGroups=yes
|
|
RestrictSUIDSGID=yes
|
|
RestrictRealtime=yes
|
|
RestrictNamespaces=yes
|
|
NoNewPrivileges=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|