Files
ShellHubNative/Server/config/ServiceTemplates/ShellHubAPI.service
2021-01-16 00:08:06 +01:00

14 lines
293 B
Desktop File

[Unit]
Description=Shellhub API
Wants=network-online.target
[Service]
Type=simple
Environment=PRIVATE_KEY=/opt/ShellHub/keys/api_private_key
Environment=PUBLIC_KEY=/opt/ShellHub/keys/api_public_key
ExecStart=/opt/ShellHub/ShellHubAPI
Restart=on-failure
[Install]
WantedBy=multi-user.target