mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-30 12:34:43 +00:00
fix: Fixed typo in snowshare systemd service
This commit is contained in:
@@ -43,7 +43,7 @@ Requires=postgresql.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/opt/snowshare
|
WorkingDirectory=/opt/snowshare
|
||||||
EnvironmentFile=/opt/snowshare.env
|
EnvironmentFile=/opt/snowshare/.env
|
||||||
ExecStart=/usr/bin/npm start
|
ExecStart=/usr/bin/npm start
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|||||||
Reference in New Issue
Block a user