mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
267 B
Desktop File
13 lines
267 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.pid.80
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|