Skip to content
Snippets Groups Projects
Unverified Commit 3f22ce78 authored by David Beniamine's avatar David Beniamine
Browse files

fix bad pre command in service

parent 8fdbb31e
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ After=network.target
Type=simple
User=root
ExecStop=/usr/local/sbin/tetras-back --stop
ExecStartPre=rm -f /var/run/tetras-back.fifo
ExecStartPre=/bin/rm -f /var/run/tetras-back.fifo
ExecStart=/usr/local/sbin/tetras-back --start
Restart=on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment