atsrt seweb and feeder as systemd user unit

This commit is contained in:
2025-05-19 18:09:02 +02:00
parent bb95798ff3
commit 9a673afb21
6 changed files with 83 additions and 47 deletions

11
cfg/seweb@.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=SE web server
[Service]
Type=simple
WorkingDirectory=/home/l_samenv/seweb
ExecStart=/usr/bin/python secop-webserver -i %i
Restart=always
[Install]
WantedBy=default.target