mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-22 15:05:20 +03:00
19 lines
415 B
Desktop File
19 lines
415 B
Desktop File
[Unit]
|
|
Description=ByeDPI
|
|
Documentation=https://github.com/hufrea/byedpi
|
|
Wants=network-online.target
|
|
After=network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
NoNewPrivileges=yes
|
|
StandardOutput=null
|
|
StandardError=journal
|
|
EnvironmentFile=-/etc/byedpi.conf
|
|
EnvironmentFile=-%h/.config/byedpi.conf
|
|
ExecStart=ciadpi $BYEDPI_OPTIONS
|
|
TimeoutStopSec=5s
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=default.target
|