9dc598150f
* Move linux package specific files to scripts/resources/pkg * Replace linux-all with linux-assets * Fix linux-x64 launchers issue * Remove -e
32 lines
774 B
Desktop File
32 lines
774 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=tachidesk
|
|
Group=tachidesk
|
|
SyslogIdentifier=tachidesk
|
|
|
|
EnvironmentFile=/etc/tachidesk/server.conf
|
|
ExecStart=/usr/bin/java $JAVA_ARGS -Dsuwayomi.tachidesk.config.server.rootDir="${TACHIDESK_ROOT_DIR}" -jar /usr/share/java/tachidesk-server/tachidesk-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
|