浏览代码

change path

anoy 7 年之前
父节点
当前提交
d7ae616530
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ext-respondd.service.example

+ 3 - 3
ext-respondd.service.example

@@ -1,13 +1,13 @@
 [Unit]
-Description=ext-respondd (respondd Status for Servers)
+Description=ext-respondd (respondd status for servers)
 After=syslog.target network.target
 
 [Service]
 Type=simple
 User=root
 Group=root
-WorkingDirectory=/usr/local/src/ext-respondd
-ExecStart=/usr/local/src/ext-respondd/ext-respondd.py
+WorkingDirectory=/opt/ext-respondd
+ExecStart=/opt/ext-respondd/ext-respondd.py
 
 [Install]
 WantedBy=multi-user.target