diff options
author | Florent Le Coz <louiz@louiz.org> | 2016-01-13 19:44:58 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2016-01-13 14:01:04 +0100 |
commit | 25475b60ab363299ddbe5e81ded8968b76838b44 (patch) | |
tree | a081ed2c3e99fa9c3f6727457fbe10fbdc86ba43 /unit/biboumi.service | |
parent | 4233e1f6538351e3bf3c15c88454455998b718e5 (diff) | |
download | biboumi-25475b60ab363299ddbe5e81ded8968b76838b44.tar.gz biboumi-25475b60ab363299ddbe5e81ded8968b76838b44.tar.bz2 biboumi-25475b60ab363299ddbe5e81ded8968b76838b44.tar.xz biboumi-25475b60ab363299ddbe5e81ded8968b76838b44.zip |
Generate systemd file from template and make installs it and the conf
The unit file Type=, as well as the executable path should now be correct
with a simple “make install”, whatever the install prefix and the DESTDIR
values are.
ref #3152
Diffstat (limited to 'unit/biboumi.service')
-rw-r--r-- | unit/biboumi.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unit/biboumi.service b/unit/biboumi.service deleted file mode 100644 index 59001a6..0000000 --- a/unit/biboumi.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Biboumi, XMPP to IRC gateway -After=network.target - -[Service] -Type=notify -ExecStart=/usr/bin/biboumi /etc/biboumi/biboumi.cfg -ExecReload=/bin/kill -s USR1 $MAINPID -WatchdogSec=10 -Restart=always -User=nobody -Group=nobody - -[Install] -WantedBy=multi-user.target |