Browse Source

Update

tags/v0.0.62
Peter Vivell 6 years ago
parent
commit
bdf6f4bf3b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      service/radangel.service

+ 1
- 1
service/radangel.service View File

@@ -20,7 +20,7 @@ ExecStartPre=/bin/chown www-data:www-data ${STATS_FILE}
20 20
 ExecStartPre=/bin/chmod o+r ${EVENT_FILE}
21 21
 ExecStartPre=/bin/chmod o+r ${STATS_FILE}
22 22
 
23
-WorkingDirectory=/opt/radangel
23
+WorkingDirectory=/tmp
24 24
 ExecStart=/usr/bin/radangel --verbose \
25 25
 	--event ${EVENT_FILE}              \
26 26
 	--stats ${STATS_FILE}

Loading…
Cancel
Save