mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
14 lines
198 B
SYSTEMD
14 lines
198 B
SYSTEMD
|
[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
|