29 lines
772 B
Desktop File
29 lines
772 B
Desktop File
[Unit]
|
|
Description=Notify the VPnBot operator about stopped Xray releases
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
ConditionPathExists=/etc/vpnbot-xray-release-alert.env
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=root
|
|
EnvironmentFile=/etc/vpnbot-xray-release-alert.env
|
|
Environment=PYTHONDONTWRITEBYTECODE=1
|
|
ExecStart=/usr/local/libexec/vpnbot-xray-release-promoter/release_alert_monitor.py
|
|
UMask=0077
|
|
PrivateTmp=yes
|
|
ProtectSystem=strict
|
|
ProtectHome=read-only
|
|
ReadWritePaths=/var/lib/vpnbot-xray-release-alert
|
|
NoNewPrivileges=yes
|
|
LockPersonality=yes
|
|
MemoryDenyWriteExecute=yes
|
|
RestrictSUIDSGID=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectKernelModules=yes
|
|
ProtectControlGroups=yes
|
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|