rosaria/rosaria-docker.service

12 lines
173 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
2021-12-22 17:20:23 +01:00
ExecStart=/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