527e098821
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
15 lines
302 B
Desktop File
15 lines
302 B
Desktop File
[Unit]
|
|
Description=TIS Patching Controller
|
|
After=syslog.service network.target sw-patch.service
|
|
Before=sw-patch-agent.service sw-patch-controller-daemon.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/etc/init.d/sw-patch-controller start
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|