diff options
author | Efraim Flashner | 2020-04-21 08:52:34 +0000 |
---|---|---|
committer | Shepherd | 2020-04-21 08:52:34 +0000 |
commit | 5f9494c36a8d4e6ef711b2d63871a872ab65f7bb (patch) | |
tree | 2985cc60d7e42679a5a944bd4a515c1e8d187c2d | |
parent | 6680c11f3c0a29cb92d29d6a4e597fe74dd6a24b (diff) | |
download | gn-shepherd-services-5f9494c36a8d4e6ef711b2d63871a872ab65f7bb.tar.gz |
ratspub: enable service
-rw-r--r-- | shepherd/init.d/ratspub.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shepherd/init.d/ratspub.scm b/shepherd/init.d/ratspub.scm index f0a95fa..cb4fbb1 100644 --- a/shepherd/init.d/ratspub.scm +++ b/shepherd/init.d/ratspub.scm @@ -15,4 +15,4 @@ #:respawn? #t)) (register-services ratspub) -;(start ratspub) +(start ratspub) |