vpnbot-xray-patches/systemd/vpnbot-xray-release-promoter.service
loop-uh d63d5c5195
All checks were successful
Follow official Xray dev releases / candidate (push) Successful in 2m59s
Test and build VPnBot Xray patches / test-and-build (push) Successful in 3m51s
Автоматизировать выпуск Xray candidate в proven
2026-08-07 17:20:25 +03:00

25 lines
639 B
Desktop File

[Unit]
Description=Pilot and promote a VPnBot Xray candidate
After=network-online.target
Wants=network-online.target
ConditionPathExists=/etc/vpnbot-xray-release-promoter.env
[Service]
Type=oneshot
User=root
Group=root
EnvironmentFile=/etc/vpnbot-xray-release-promoter.env
Environment=PYTHONDONTWRITEBYTECODE=1
ExecStart=/usr/local/libexec/vpnbot-xray-release-promoter/pilot_and_promote.py
UMask=0077
PrivateTmp=yes
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=/var/lib/vpnbot-xray-release-promoter
NoNewPrivileges=yes
LockPersonality=yes
MemoryDenyWriteExecute=yes
RestrictSUIDSGID=yes
[Install]
WantedBy=multi-user.target