rosaria/rosaria-docker.service

12 lines
195 B
SYSTEMD
Raw Normal View History

2021-12-22 17:20:23 +01:00
[Unit]
After=network.service
[Service]
2023-01-24 11:55:50 +01:00
RemainAfterExit=true
2023-02-27 14:55:20 +01:00
ExecStart=bash -c "sleep 20 && /home/lab1_5/rosaria/run.sh"
2023-01-24 11:55:50 +01:00
ExecStop=/home/lab1_5/rosaria/stop.sh
2021-12-22 17:20:23 +01:00
[Install]
WantedBy=default.target