Skip to content

Commit

Permalink
Create minterd.service
Browse files Browse the repository at this point in the history
added systemd service
  • Loading branch information
trim777 authored Aug 6, 2018
1 parent cdbf845 commit 7cc553b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions minterd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=Minter Validator
After=network.target auditd.service

[Service]
ExecStart=/home/user/minter
Type=simple
KillMode=process
Restart=always
RestartSec=3
User=user

[Install]
WantedBy=multi-user.target
Alias=minter.service

0 comments on commit 7cc553b

Please sign in to comment.