summarylogtreecommitdiffstats
path: root/kotod.service
diff options
context:
space:
mode:
authorKoutarou Tanaka2018-02-23 15:05:00 +0900
committerKoutarou Tanaka2018-02-23 15:05:00 +0900
commit009b4b57b27903d14547ef2a9d46e6838ec10c4e (patch)
tree58c0efc73a70619997592a47f7cd2929fa37d5d9 /kotod.service
parent8fca7978645d1d466ca0148b965b43c7ce1df0f4 (diff)
downloadaur-009b4b57b27903d14547ef2a9d46e6838ec10c4e.tar.gz
delete kotod.service and system-wide koto.conf
Diffstat (limited to 'kotod.service')
-rw-r--r--kotod.service23
1 files changed, 0 insertions, 23 deletions
diff --git a/kotod.service b/kotod.service
deleted file mode 100644
index 09d576432d54..000000000000
--- a/kotod.service
+++ /dev/null
@@ -1,23 +0,0 @@
-# It is not recommended to modify this file in-place, because it will
-# be overwritten during package upgrades. If you want to add further
-# options or overwrite existing ones then use
-# $ systemctl edit kotod.service
-# See "man systemd.service" for details.
-
-# Note that almost all daemon options could be specified in
-# /etc/koto.conf
-
-[Unit]
-Description=Koto daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/kotod -daemon=0 -pid=/run/kotod/koto.pid
-ExecReload=/usr/bin/kill -HUP $MAINPID
-ExecStop=/usr/bin/koto-cli stop
-User=koto
-Group=koto
-PrivateTmp=true
-
-[Install]
-WantedBy=multi-user.target