Skip to content

Commit

Permalink
Added an initial systemd service file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Znuff committed Feb 18, 2018
1 parent b9150bf commit 005c227
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contrib/systemd/qbic.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=QBIC Masternode

[Service]
Type=forking
ExecStart=/usr/local/bin/qbicd
ExecStop=/usr/local/bin/qbic-cli
User=qbic

[Install]
WantedBy=multi-user.target

0 comments on commit 005c227

Please sign in to comment.