mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
22 lines
373 B
Desktop File
22 lines
373 B
Desktop File
[Unit]
|
|
Description=bee
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
LimitNOFILE=4096
|
|
SyslogIdentifier=bee
|
|
PrivateDevices=yes
|
|
PrivateTmp=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
|
|
User=bee
|
|
WorkingDirectory=/var/lib/bee
|
|
TimeoutSec=1200
|
|
Restart=always
|
|
ExecStart=/usr/bin/bee -c "/etc/bee/config.chrysalis-mainnet.toml"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|