Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533380 | Differences between
and this patch

Collapse All | Expand All

(-)a/systemd/tlsdated.service (-3 / +6 lines)
Lines 5-10 Link Here
5
[Service]
5
[Service]
6
Type=simple
6
Type=simple
7
EnvironmentFile=/etc/default/tlsdated
7
EnvironmentFile=/etc/default/tlsdated
8
ExecStart=/usr/sbin/tlsdated ${DAEMON_OPTS}
8
ExecStart=/usr/sbin/tlsdated $DAEMON_OPTS
9
ExecReload=/bin/kill -HUP ${MAINPID}
9
ExecReload=/bin/kill -HUP $MAINPID
10
ExecStop=/bin/kill -INT ${MAINPID}
10
ExecStop=/bin/kill -INT $MAINPID
11
12
[Install]
13
WantedBy=multi-user.target

Return to bug 533380