diff options
author | xengineering <me@xengineering.eu> | 2023-03-27 19:37:43 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-03-27 19:37:43 +0200 |
commit | e601eba8b204b101f9f0115b0b1201ef1a3a0635 (patch) | |
tree | 339507ddedf465078e58fee5225461576226abc9 /systemd/webiot.service | |
parent | eb86fbf4c88647bcc6aaa86660da58df96a72850 (diff) | |
download | webiot-e601eba8b204b101f9f0115b0b1201ef1a3a0635.tar webiot-e601eba8b204b101f9f0115b0b1201ef1a3a0635.tar.zst webiot-e601eba8b204b101f9f0115b0b1201ef1a3a0635.zip |
Remove systemd-specific code
This source is targeted at all Linux-based operating systems. Since they
are not all based on systemd the removed code should be re-introduced in
packaging repositories for specific distributions.
Diffstat (limited to 'systemd/webiot.service')
-rw-r--r-- | systemd/webiot.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/systemd/webiot.service b/systemd/webiot.service deleted file mode 100644 index 68f2186..0000000 --- a/systemd/webiot.service +++ /dev/null @@ -1,13 +0,0 @@ - -[Unit] -Description=An IoT webserver -After=network.target - -[Service] -User=webiot -Group=webiot -ExecStart=/usr/bin/webiot - -[Install] -WantedBy=multi-user.target - |