Make it run at startup
This commit is contained in:
parent
6c8e5adb79
commit
7d9bd08173
|
@ -8,3 +8,6 @@ Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
WorkingDirectory=/opt/hyperdeck-monitor
|
WorkingDirectory=/opt/hyperdeck-monitor
|
||||||
ExecStart=/opt/hyperdeck-monitor/target/release/hyperdeck-monitor
|
ExecStart=/opt/hyperdeck-monitor/target/release/hyperdeck-monitor
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue