Parcourir la source

the file is ynh-hotspot not hotspot

Kayou il y a 6 ans
Parent
commit
3b9b327f6a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      conf/systemd.service

+ 2 - 2
conf/systemd.service

@@ -5,8 +5,8 @@ After=network.target
 
 [Service]
 Type=oneshot
-ExecStart=/usr/local/bin/__APP__ start
-ExecStop=/usr/local/bin/__APP__ stop
+ExecStart=/usr/local/bin/ynh-hotspot start
+ExecStop=/usr/local/bin/ynh-hotspot stop
 RemainAfterExit=yes
 
 [Install]