update linux service config file

This commit is contained in:
xiaoyaofenfen 2022-08-19 14:36:39 +08:00
parent 5782bd7cd9
commit 5c19a07a31

View File

@ -12,6 +12,11 @@ Type=forking
ExecStart=/path/to/start.sh
ExecStop=/path/to/stop.sh
PrivateTmp=true
Restart=always
StandardInput=tty
StandardOutput=tty
StandardError=null
TTYPath=/dev/tty12
[Install]
WantedBy=multi-user.target