mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
13 lines
274 B
Desktop File
13 lines
274 B
Desktop File
[Unit]
|
|
Description=Monkey http server deamon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/monkey -D
|
|
ExecStop=/bin/kill $MAINPID
|
|
ExecReload=/bin/kill $MAINPID ; /usr/bin/monkey -D
|
|
PIDFile=/var/run/monkey/monkey.pid.80
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|