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

(-)file_not_specified_in_diff (-4 / +7 lines)
Line  Link Here
0
-- a/systemd/tlsdated.service
0
++ b/systemd/tlsdated.service
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