Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
n2x-node / etc / systemd / system / n2x-node.service
Size: Mime:
[Unit]
Description=n2x-node service
After=network.target

[Service]
Type=simple
# Another Type: forking
#User=
WorkingDirectory=/var/lib/n2x
ExecStart=/usr/bin/n2x-node start
Restart=always
# Other restart options: always, on-failure, on-abort, etc

# The install section is needed to use
# `systemctl enable` to start on boot
# For a user service that you want to enable
# and start automatically, use `default.target`
# For system level services, use `multi-user.target`
[Install]
WantedBy=multi-user.target