User Tools

Site Tools


mywiki:linux:ubuntu_16.04

This is an old revision of the document!


—++ create a customized daemon via systemd

cat ppa.service
[Unit]
Description=ppa deamon
After=mysql.service
After=network.service

[Service]
#ExecStart= /testserver/d.sh
ExecStart=  /testserver/dispatch/dispatch.py

[Install]
WantedBy=default.target
mywiki/linux/ubuntu_16.04.1482043996.txt.gz · Last modified: (external edit)