mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
15 lines
276 B
SYSTEMD
15 lines
276 B
SYSTEMD
|
[Unit]
|
||
|
Description=OMR Update
|
||
|
After=network.target network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=no
|
||
|
Environment="SOURCES=no"
|
||
|
Environment="REINSTALL=no"
|
||
|
Environment="LOCALFILES=yes"
|
||
|
ExecStart=/usr/share/omr-server/debian9-x86_64.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|