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