summaryrefslogtreecommitdiff
path: root/deployed-service-watcher.service
blob: d0603c16c254da50fad52c10dc4064f064522f37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=<++> restarter
After=network.target

[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/bin/systemctl reload <++>.service

[Install]
WantedBy=multi-user.target