Skip to content

Commit

Permalink
Merge pull request #13 from sacherjj/remode-config-from-systemd-argum…
Browse files Browse the repository at this point in the history
…ents

Removing config argument to launcher in systemd file.
  • Loading branch information
sacherjj authored Feb 8, 2021
2 parents e3e043d + 04b09ed commit a28c5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Type=simple
Environment="CASPER_ENABLE_LEGACY_NET=TRUE"
#StandardOutput can only append log files from systemd version 240 + (Ubuntu 20.04). Use ExecStart with redirection as workaround.
#seperate stderr logging as it outputs non-JSON stack traces
ExecStart=/bin/sh -c 'exec /usr/bin/casper-node-launcher /etc/casper/config.toml 1>> /var/log/casper/casper-node.log 2>> /var/log/casper/casper-node.stderr.log'
ExecStart=/bin/sh -c 'exec /usr/bin/casper-node-launcher 1>> /var/log/casper/casper-node.log 2>> /var/log/casper/casper-node.stderr.log'
Restart=on-failure
User=casper
Group=casper
Expand Down

0 comments on commit a28c5a0

Please sign in to comment.