mirror of
https://github.com/YunoHost/yunohost_demo.git
synced 2024-09-03 19:56:44 +02:00
13 lines
337 B
Desktop File
13 lines
337 B
Desktop File
[Unit]
|
|
Description=Start and stop script for lxc demo container
|
|
Requires=network.target
|
|
After=network.target
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/bin/bash __FINAL_PATH__/demo_start.sh
|
|
RemainAfterExit=true
|
|
ExecStop=/bin/bash __FINAL_PATH__/demo_stop.sh
|
|
ExecReload=/bin/bash __FINAL_PATH__/demo_start.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|