mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
last fixes for Andrea's live image
This commit is contained in:
parent
d13f19834b
commit
721427ebf5
2 changed files with 16 additions and 1 deletions
15
contrib/liveusb/etc/systemd/system/mongoose.service
Normal file
15
contrib/liveusb/etc/systemd/system/mongoose.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=The mongoose Web server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=nobody
|
||||
Group=nobody
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/mongoose -p 80 -r /var/www/
|
||||
StandardOutput=syslog
|
||||
SyslogIdentifier=mongoose
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -23,7 +23,7 @@ ssh -f -N -R $PORT:localhost:22 $USER@$SERVER
|
|||
sendmail "$RECIPIENTS" <<EOF
|
||||
Subject: New S2SS node alive: $IP ($HOSTNAME)
|
||||
From: Simulator2Simulator Server <acs@0l.de>
|
||||
To: $(RECIPIENTS)
|
||||
To: $RECIPIENTS
|
||||
|
||||
There's a new host with the S2SS LiveUSB Image running:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue