net-dns/ddns-go: add 6.1.1-r1, drop 6.1.1
* Fix a small problem in ebuild file * Fix `Conflicts` field in service files
This commit is contained in:
parent
55dfa942ce
commit
21b486d7c5
@ -37,5 +37,5 @@ src_install() {
|
|||||||
systemd_newunit "${FILESDIR}/${PN}_at.service" "${PN}@.service"
|
systemd_newunit "${FILESDIR}/${PN}_at.service" "${PN}@.service"
|
||||||
systemd_dounit "${FILESDIR}/${PN}-web.service"
|
systemd_dounit "${FILESDIR}/${PN}-web.service"
|
||||||
systemd_newunit "${FILESDIR}/${PN}-web_at.service" "${PN}-web@.service"
|
systemd_newunit "${FILESDIR}/${PN}-web_at.service" "${PN}-web@.service"
|
||||||
keepdir /etc/${PN}
|
keepdir "/etc/${PN}"
|
||||||
}
|
}
|
@ -2,7 +2,7 @@
|
|||||||
Description=DDNS-GO with default config, and web user interface
|
Description=DDNS-GO with default config, and web user interface
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Conflicts=ddns-go.service ddns-go@config.service ddns-go-web@config.service
|
Conflicts=ddns-go.service ddns-go@config.service ddns-go-web@.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=DDNS-GO with config %i, and web user interface
|
Description=DDNS-GO with config '%i', and web user interface
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Conflicts=ddns-go.service ddns-go-web.service ddns-go@%i.service
|
Conflicts=ddns-go.service ddns-go-web.service ddns-go@%i.service ddns-go-web@.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/ddns-go -c /etc/ddns-go/%i.yaml
|
ExecStart=/usr/bin/ddns-go -c "/etc/ddns-go/%i.yaml"
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=60
|
RestartSec=60
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=DDNS-GO with config %i
|
Description=DDNS-GO with config '%i'
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Conflicts=ddns-go.service ddns-go-web.service ddns-go-web@%i.service
|
Conflicts=ddns-go.service ddns-go-web.service ddns-go-web@%i.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/ddns-go -noweb -c /etc/ddns-go/%i.yaml
|
ExecStart=/usr/bin/ddns-go -noweb -c "/etc/ddns-go/%i.yaml"
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=60
|
RestartSec=60
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user