view systemd/irccd.service @ 805:8025a24bb7c7

irccd: protect loading of plugins Check if the extension is viable to avoid calling plugin_loader::open function if not required. While here, also add a message on successful load.
author David Demelier <markand@malikania.fr>
date Wed, 14 Nov 2018 20:11:00 +0100
parents 0dd4fb9dfcc8
children 403a87c8d0b4
line wrap: on
line source

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

[Service]
ExecStart=@PATH@

[Install]
WantedBy=multi-user.target