Initial commit for Arch Linux PKGBUILD of ebusd-git

This commit is contained in:
NoName
2015-03-08 14:48:54 +01:00
parent dde1a6a61c
commit ce3bfa85d0
4 changed files with 97 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Communication interface to the energy bus (ebus)
After=local-fs.target
ConditionPathExists=/var/log
[Service]
Type=forking
EnvironmentFile=-/etc/conf.d/ebusd
ExecStart=/usr/bin/ebusd $EBUSD_ARGS
Restart=always
PIDFile=/run/ebusd.pid
[Install]
WantedBy=multi-user.target