mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
15 lines
341 B
Desktop File
15 lines
341 B
Desktop File
[Unit]
|
|
Description=juicity-server Service
|
|
Documentation=https://github.com/juicity/juicity
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/juicity-server run -c /etc/juicity/server.json --disable-timestamp
|
|
Restart=on-failure
|
|
LimitNPROC=512
|
|
LimitNOFILE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |