Fix Git.daemonRunning to restart inetd after enabling the git server.
This commit is contained in:
parent
8d73419dbe
commit
e32f157374
|
@ -4,6 +4,7 @@ propellor (2.1.0) UNRELEASED; urgency=medium
|
|||
and naming bridges, relays, etc.
|
||||
* New Cron.Times data type, which allows Cron.job to install
|
||||
daily/monthly/weekly jobs that anacron can run. (API change)
|
||||
* Fix Git.daemonRunning to restart inetd after enabling the git server.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 29 Jan 2015 01:41:07 -0400
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ daemonRunning exportdir = setup <!> unsetup
|
|||
`requires`
|
||||
Apt.serviceInstalledRunning "openbsd-inetd"
|
||||
`onChange`
|
||||
Service.running "openbsd-inetd"
|
||||
Service.reloaded "openbsd-inetd"
|
||||
`describe` ("git-daemon exporting " ++ exportdir)
|
||||
unsetup = lacksLine conf (mkl "tcp4")
|
||||
`requires`
|
||||
|
|
Loading…
Reference in New Issue