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

move conf file and unit file to etc dir

This commit is contained in:
Oliver Giles
2018-10-16 20:40:10 +03:00
parent fda11a652b
commit 42fc7284cd
3 changed files with 2 additions and 2 deletions

11
etc/laminar.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Laminar continuous integration service
[Service]
User=laminar
EnvironmentFile=-/etc/laminar.conf
ExecStart=/usr/bin/laminard
[Install]
WantedBy=multi-user.target