Browse Source

changing file name

Kayou 6 years ago
parent
commit
35313a1242
1 changed files with 2 additions and 2 deletions
  1. 2 2
      conf/ynh-hotspot.service

+ 2 - 2
conf/ynh-hotspot.service

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