add service file

This commit is contained in:
lxsang
2020-08-08 20:35:21 +02:00
parent adb0811a08
commit 397145662c
5 changed files with 232 additions and 1 deletions

14
antd.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=Antd Service
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/www
ExecStart=ant-d
Restart=always
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target