Created
September 2, 2020 07:50
-
-
Save mariodian/f689efcdc50ad7b96e8ec7bacab74e6c to your computer and use it in GitHub Desktop.
Umbrel Manager systemd
This file contains 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=Umbrel Manager | |
Requires=lnd.service | |
After=lnd.service | |
[Service] | |
WorkingDirectory=/home/satoshi/source/umbrel/umbrel-manager | |
ExecStart=/usr/bin/yarn start | |
PIDFile=/home/satoshi/.umbrel/umbrel-manager.pid | |
User=satoshi | |
Group=satoshi | |
Type=simple | |
KillMode=control-group | |
TimeoutStartSec=60 | |
TimeoutStopSec=60 | |
Restart=always | |
RestartSec=60 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment