Change default name of go-sbot.service to go-sbot

This commit is contained in:
notplants 2022-07-28 14:01:19 +02:00
parent b24fb387b9
commit 8d9aeb6662
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ pub fn get_peach_config_defaults() -> HashMap<String, String> {
("ADMIN_PASSWORD_HASH", "47"),
("TEMPORARY_PASSWORD_HASH", ""),
("GO_SBOT_DATADIR", "/home/peach/.ssb-go"),
("GO_SBOT_SERVICE", "go-sbot.service"),
("GO_SBOT_SERVICE", "go-sbot"),
("PEACH_CONFIGDIR", "/var/lib/peachcloud"),
("PEACH_HOMEDIR", "/home/peach"),
("PEACH_WEBDIR", "/usr/share/peach-web"),