Skip to content

Commit 5224de7

Browse files
authored
Merge pull request #13 from noahwilliamsson/fix-systemd-unit-portability
units: update ExecStart path for improved portability
2 parents e36a105 + 595f384 commit 5224de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/systemd-netlogd.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Documentation=man:systemd-netlogd.conf(5)
1111
After=network.target
1212

1313
[Service]
14-
ExecStart=/usr/lib/systemd/systemd-netlogd
14+
ExecStart=/lib/systemd/systemd-netlogd
1515
PrivateTmp=yes
1616
PrivateDevices=yes
1717
WatchdogSec=20min

0 commit comments

Comments
 (0)