Update deps

This commit is contained in:
Frank Denis 2018-05-03 23:36:57 +02:00
parent d7454b38b9
commit 8d20cd7550
19 changed files with 262 additions and 216 deletions

View file

@ -156,9 +156,6 @@ func (s *systemd) Restart() error {
const systemdScript = `[Unit]
Description={{.Description}}
ConditionFileIsExecutable={{.Path|cmdEscape}}
{{range .UnitAdd}}
{{.Key}}={{.Value}}
{{end}}
[Service]
StartLimitInterval=5
@ -172,13 +169,7 @@ ExecStart={{.Path|cmdEscape}}{{range .Arguments}} {{.|cmd}}{{end}}
Restart=always
RestartSec=120
EnvironmentFile=-/etc/sysconfig/{{.Name}}
{{range .ServiceAdd}}
{{.Key}}={{.Value}}
{{end}}
[Install]
WantedBy=multi-user.target
{{range .InstallAdd}}
{{.Key}}={{.Value}}
{{end}}
`