mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
25 lines
453 B
Desktop File
25 lines
453 B
Desktop File
[Unit]
|
|
Description=API Support for your favorite torrent trackers
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=jackett
|
|
Group=jackett
|
|
ExecStart=/usr/bin/jackett
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
PrivateMounts=yes
|
|
ProtectHome=yes
|
|
ProtectSystem=full
|
|
NoNewPrivileges=yes
|
|
ProtectHostname=yes
|
|
ProtectClock=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectKernelModules=yes
|
|
ProtectKernelLogs=yes
|
|
ProtectControlGroups=yes
|
|
RestrictRealtime=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|