Escape correctly environmental variable in systemd service file (#120)

pull/121/head
Frairlyn Camilo Roque Suarez 5 months ago committed by GitHub
parent 7ef75862f8
commit 3a0b520094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ Description=Watch file or directory and git commit all changes. run with: system
[Service]
Environment="SCRIPT_ARGS=%I"
ExecStart=/usr/local/bin/gitwatch $SCRIPT_ARGS
ExecStart=/usr/local/bin/gitwatch ${SCRIPT_ARGS}
ExecStop=/bin/true
[Install]

Loading…
Cancel
Save