You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
348 B
21 lines
348 B
4 years ago
|
[Unit]
|
||
8 months ago
|
Description=woop validator node service
|
||
4 years ago
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
RestartSec=1
|
||
8 months ago
|
User=woop
|
||
|
Group=woop
|
||
4 years ago
|
WorkingDirectory=~
|
||
8 months ago
|
ExecStart=/usr/sbin/woop -c /etc/woop/woop.conf
|
||
4 years ago
|
StandardError=syslog
|
||
8 months ago
|
SyslogIdentifier=woop
|
||
4 years ago
|
StartLimitInterval=0
|
||
|
LimitNOFILE=65536
|
||
|
LimitNPROC=65536
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|