Skip to content

Systemd Unit File

EspiDev edited this page Mar 4, 2020 · 2 revisions
[Unit]
Description=EstiConsole

[Service]
WorkingDirectory=/home/estinet/EstiConsole # Where the home directory of the binary and its files is located
User=estinet # Username to run the binary with

Restart=always
ExecStart=/home/estinet/EstiConsole/esticonsole
ExecStop=/home/estinet/EstiConsole/esticli -masterkey /home/estinet/EstiConsole/masterkey.key instancestop

[Install]
WantedBy=multi-user.target
Clone this wiki locally