12 lines
192 B
Desktop File
12 lines
192 B
Desktop File
[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
|