view contrib/irccd.service @ 513:928a40398dec

CMake: split options and conditions, closes #716 As described in the issue, the CMake process force off a cache variable when a condition is not met. If the user installs the requirements and re-run CMake it must also set the variable to on which is inconvenient. The new process is to add a secondary variable and do not touch user defined options.
author David Demelier <markand@malikania.fr>
date Mon, 23 Oct 2017 21:30:17 +0200
parents 1158cffe5a5e
children
line wrap: on
line source

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

[Service]
Type=forking
ExecStart=@PATH@

[Install]
WantedBy=multi-user.target