view systemd/irccd.service.in @ 1153:4d6fe5535657 release-4.0

misc: update CHANGES.md
author David Demelier <markand@malikania.fr>
date Sun, 06 Feb 2022 16:04:15 +0100
parents 251976043986
children
line wrap: on
line source

[Unit]
Description=IRC Client Daemon
After=network.target

[Service]
ExecStart=@PATH@
User=@IRCCD_WITH_UID@
Group=@IRCCD_WITH_GID@

[Install]
WantedBy=multi-user.target