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/systemd.service
2023-08-21 18:43:20 +02:00

14 lines
272 B
Desktop File

[Unit]
Description=YunoHost Wifi Hotspot
Requires=network.target
After=network.target
[Service]
Type=oneshot
User=root
ExecStart=/usr/local/bin/__SERVICE_NAME__ start
ExecStop=/usr/local/bin/__SERVICE_NAME__ stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target