Supports installing multiple instances of Parity on the same machine, running on different ports Refs #15
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
[Unit]
|
|
Description=Parity Daemon (<%= @environment %>)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/parity --config <%= @config_file %> $ARGS
|
|
User=parity
|
|
Group=parity
|
|
|
|
[Install]
|
|
WantedBy=default.target
|