Post
Topic
Board Announcements (Altcoins)
Re: [ANN][UNIT] Universal Currency | LIFETIME| POW/POS SHA256 |
by
Siegfried-II
on 17/10/2019, 14:10:09 UTC
some stuff --> start-stop-script on my node ( addnode=178.254.35.189 ):

/etc/systemd/system/UniversalCurrencyd.service

Code:
[Unit]
Description=UniversalCurrencyd
After=network.target

[Service]
Type=forking
User=changeMe
Group=changeMe
Environment=UNIVERSALCURRENCY_PID=/home/changeMe/.UniversalCurrency/UniversalCurrency.pid
Environment=UNIVERSALCURRENCY_HOME=/home/changeMe/.UniversalCurrency
ExecStart=/usr/sbin/UniversalCurrencyd
ExecStop=/bin/kill -15 $MAINPID
Restart=always
RestartSec=120
[Install]
WantedBy=default.target

usage & test:
systemctl start UniversalCurrencyd
systemctl status UniversalCurrencyd
systemctl stop UniversalCurrencyd

automatic start on reboot:
systemctl enable UniversalCurrencyd

some operating information:
at the moment (17.10.2019 / 16:08) i have "28 incomming" and "2 outgoing" connection and not one unit donation  Angry.

best regards:

Siegfried-II