2708c0ce10
* Add debian scaffolding, allow specifying home_dir in env * Run as nym user
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
[Unit]
|
|
Description=Nym Mixnode
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/nym-mixnode run --id nym-mixnode
|
|
User=nym
|
|
Environment="NYM_HOME_DIR=/etc/nym"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|