实现live2d接口。
This commit is contained in:
14
resources/older.service
Normal file
14
resources/older.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Http Server
|
||||
After=network.target
|
||||
# /etc/systemd/system/older.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/root/Server/Older
|
||||
WorkingDirectory=/root/Server
|
||||
Restart=on-failure
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user