Browse Source

change path

anoy 7 years ago
parent
commit
d7ae616530
1 changed files with 3 additions and 3 deletions
  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