1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

install laminard in usr/sbin not usr/bin

complies with FHS
This commit is contained in:
Oliver Giles
2019-12-13 11:39:30 +02:00
parent e6f338ceb2
commit 304ef797b8
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ After=network.target
[Service]
User=laminar
EnvironmentFile=-/etc/laminar.conf
ExecStart=/usr/bin/laminard
ExecStart=/usr/sbin/laminard
[Install]
WantedBy=multi-user.target