mirror of
https://github.com/YunoHost/yunohost_demo.git
synced 2024-09-03 19:56:44 +02:00
Fix system demo stopping
This commit is contained in:
parent
5c65376d18
commit
e7274c07d3
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=forking
|
||||
ExecStart=$script_dir/demo_start.sh
|
||||
RemainAfterExit=true
|
||||
ExecStop=$script_dir/demo_stop.sh
|
||||
ExecReload=$script_dir/demo_start.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue