13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
[Unit]
|
|
Description=mbased
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/home/ziggi/Projects/mproxy/tmp/run/mbased.pid
|
|
ExecStart=/usr/local/sbin/mbased --asDaemon=true --port=443
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|