您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
[Unit]
|
|
Description=fedigroups daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=bot
|
|
SyslogIdentifier=fedigroups
|
|
WorkingDirectory=/srv/bots/fedigroups/
|
|
ExecStart=/srv/bots/fedigroups/fedigroups -v
|
|
Restart=always
|
|
RestartSec=15
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|