Commit 65f1ac9a4c4f9d83ddde0878d6a3f06f05d8e4e7
1 parent
de1e5ce870
Exists in
master
Full path
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
examples/systemd/komodo-modem@.service
... | ... | @@ -8,7 +8,7 @@ Environment=NODE_ENV=production |
8 | 8 | WorkingDirectory=/home/komodo/modems/%i |
9 | 9 | ExecStart=/usr/bin/node index.js |
10 | 10 | ExecStartPre=/usr/bin/stat /dev/tty%i |
11 | -ExecStopPost=rm /home/komodo/modems/%i/pid.txt | |
11 | +ExecStopPost=/usr/bin/rm /home/komodo/modems/%i/pid.txt | |
12 | 12 | Restart=always |
13 | 13 | RestartSec=60 |
14 | 14 | User=komodo |