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