1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-18 07:40:14 +02:00
ant-http/antd.service

14 lines
207 B
SYSTEMD
Raw Normal View History

2020-08-08 20:35:21 +02:00
[Unit]
Description=Antd Service
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/www
2020-08-19 12:26:17 +02:00
ExecStart=/usr/bin/ant-d
2020-08-08 20:35:21 +02:00
Restart=always
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target