mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
Mikaela Suomalainen
b16ae44601
This reverts commit 98093edc99
.
* * * * *
They aren't needed if systemd starts the service, but what if user
services are used together with cron and liching isn't allowed?
15 lines
256 B
Desktop File
15 lines
256 B
Desktop File
[Unit]
|
|
Description=ZNC, an advanced IRC bouncer
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/home/znc/.znc/znc.pid
|
|
ExecStart=/home/znc/.local/bin/znc
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
User=znc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|