1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
hotspot_ynh/conf/captiveportal_fakedns.service
2023-03-13 02:58:30 +01:00

13 lines
233 B
Desktop File

[Unit]
Description=YunoHost Wifi Captive Portal
Requires=network.target
After=network.target
[Service]
Type=oneshot
User=root
ExecStart=/usr/local/bin/captiveportal_fakedns
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target