summaryrefslogtreecommitdiffstats
path: root/systemd/cynagora.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/cynagora.service')
-rw-r--r--systemd/cynagora.service26
1 files changed, 0 insertions, 26 deletions
diff --git a/systemd/cynagora.service b/systemd/cynagora.service
deleted file mode 100644
index 97a0f36..0000000
--- a/systemd/cynagora.service
+++ /dev/null
@@ -1,26 +0,0 @@
-[Unit]
-Description=Cynagora service
-Requires=afm-system-setup.service
-After=afm-system-setup.service
-
-[Service]
-ExecStart=/usr/bin/cynagorad --systemd --user cynagora --group cynagora --make-db-dir --own-db-dir
-
-Type=notify
-
-KillMode=process
-TimeoutStopSec=3
-Restart=always
-
-Sockets=cynagora-admin.socket
-Sockets=cynagora-check.socket
-Sockets=cynagora-agent.socket
-SmackProcessLabel=System
-
-#UMask=0000
-#User=cynagora
-#Group=cynagora
-#NoNewPrivileges=true
-
-[Install]
-WantedBy=multi-user.target