view systemd/irccd.service @ 684:8d93e415c3b4

Irccd: load directly native plugin instead of wrapping it, closes #790 @1h The boost::dll::import function support importing variables as boost::shared_ptr, instead of wrapping all individual function, just load the plugin from the shared object and return it as a std::shared_ptr.
author David Demelier <markand@malikania.fr>
date Fri, 13 Apr 2018 07:32:10 +0200
parents e0714513ed1d
children 0dd4fb9dfcc8
line wrap: on
line source

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

[Service]
Type=forking
ExecStart=@PATH@

[Install]
WantedBy=multi-user.target