This commit is contained in:
=
2022-11-02 11:18:20 +01:00
parent 1fddef7a97
commit 20c3717a10
43 changed files with 1201 additions and 472 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=WIFI-Voucher system for my guest network
After=network.target
[Service]
Type=simple
Restart=always
User=voucher
ExecStart=/usr/local/bin/voucher
EnvironmentFile=/etc/default/wifi-voucher
[Install]
WantedBy=multi-user.target