mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-17 20:11:21 +00:00
Remove indents
This commit is contained in:
@@ -40,21 +40,21 @@ cd $xo_web_dir
|
|||||||
|
|
||||||
if [[ ! -e $xo_systemd_service ]] ; then
|
if [[ ! -e $xo_systemd_service ]] ; then
|
||||||
|
|
||||||
/bin/cat << EOF >> $xo_systemd_service
|
/bin/cat << EOF >> $xo_systemd_service
|
||||||
# systemd service for XO-Server.
|
# systemd service for XO-Server.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description= XO Server
|
Description= XO Server
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/opt/xo-server/
|
WorkingDirectory=/opt/xo-server/
|
||||||
ExecStart=/usr/local/bin/node ./bin/xo-server
|
ExecStart=/usr/local/bin/node ./bin/xo-server
|
||||||
Restart=always
|
Restart=always
|
||||||
SyslogIdentifier=xo-server
|
SyslogIdentifier=xo-server
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user