12 lines
185 B
Desktop File
12 lines
185 B
Desktop File
[Unit]
|
|
Description=SE web server
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=%h/seweb
|
|
ExecStart=%h/sevenv/bin/python secop-webserver -i %i
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|