13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
[Unit]
|
|
Description=mstored
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=@srv_rundir@/mstored.pid
|
|
ExecStart=@prefix@/sbin/mstored --asDaemon=true --port=443
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|