14 lines
245 B
Desktop File
14 lines
245 B
Desktop File
[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
|