uronode/flexd.service
Fedora Release Engineering 0a10b819e8 Initial import (#1120771)
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-12-16 10:33:48 +01:00

14 lines
312 B
Desktop File

[Unit]
Description = flexd Server
After = network.target
[Service]
# Using Type = simple because forking currently doesn't work,
# probably due to some bug in systemd
Type = simple
PIDFile = /run/flexd.pid
ExecStart = /usr/sbin/flexd
ExecReload = /bin/kill -HUP $MAINPID
[Install]
WantedBy = multi-user.target