Created
January 11, 2019 06:23
-
-
Save wakiyamap/74db4020a210c5835879862dc43d0858 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================== | |
[Unit] | |
Description=monad | |
After=network.target | |
[Service] | |
ExecStart=/home/tamatama/go/bin/monad | |
ExecStop=/home/tamatama/go/bin/monactl stop | |
User=tamatama | |
LimitNOFILE=8192 | |
TimeoutStopSec=30min | |
[Install] | |
WantedBy=multi-user.target | |
========================== | |
========================== | |
[Unit] | |
Description=monawallet | |
After=network.target | |
[Service] | |
ExecStart=/home/tamatama/go/bin/monawallet | |
User=tamatama | |
LimitNOFILE=8192 | |
TimeoutStopSec=30min | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment