meta-digi/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/suspendtarget-connectcore-d...

12 lines
272 B
Desktop File

[Unit]
Description=Restart ConnectCore demo server after suspend if running
After=suspend.target
[Service]
Type=simple
# try-restart: only restart if it is running
ExecStart=/bin/systemctl --no-block try-restart connectcore-demo-server
[Install]
WantedBy=suspend.target