2024-09-11 15:53:41 +03:00
|
|
|
[Unit]
|
2024-09-24 14:05:52 +03:00
|
|
|
Description=ByeDPI
|
2024-09-11 15:53:41 +03:00
|
|
|
Documentation=https://github.com/hufrea/byedpi
|
2024-09-24 14:05:52 +03:00
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target nss-lookup.target
|
2024-09-11 15:53:41 +03:00
|
|
|
|
|
|
|
[Service]
|
2024-09-24 14:05:52 +03:00
|
|
|
NoNewPrivileges=yes
|
|
|
|
StandardOutput=null
|
|
|
|
StandardError=journal
|
|
|
|
EnvironmentFile=-/etc/byedpi.conf
|
|
|
|
EnvironmentFile=-%h/.config/byedpi.conf
|
|
|
|
ExecStart=ciadpi $BYEDPI_OPTIONS
|
2024-09-11 15:53:41 +03:00
|
|
|
TimeoutStopSec=5s
|
|
|
|
PrivateTmp=true
|
|
|
|
ProtectSystem=full
|
|
|
|
|
|
|
|
[Install]
|
2024-09-24 14:05:52 +03:00
|
|
|
WantedBy=default.target
|