New branch
This commit is contained in:
commit
58d70409b5
31 changed files with 9093 additions and 0 deletions
12
configs/systemd/vpn-auto-update.service
Normal file
12
configs/systemd/vpn-auto-update.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=VPN Gateway Auto-Update Check
|
||||
Documentation=https://github.com/yourusername/vpn-gateway
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
ExecStart=/usr/local/bin/vpn-update.sh --check-only
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
Loading…
Add table
Add a link
Reference in a new issue