artefact of old

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-08 14:17:02 +03:00
parent d0d20d7d9c
commit e5fc565433
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -516,7 +516,7 @@ var service_cgroup_empty = 1
if (( $UID )); then
rundir = "$XDG_RUNTIME_DIR/ssm"
logdir = "$HOME/log/ssm"
cgroup_home = "/sys/fs/cgroup/user/$UID/my/ssm"
cgroup_home = "/sys/fs/cgroup/user/$UID/ssm"
cfg_file = "$XDG_CONFIG_HOME/ssm/ssm.conf"
else
rundir = '/run/ssm'