我在 ~/.config/systemd/unit 下放置了一个单元:
[Unit]
Description=Test systemd user enabled
[Service]
ExecStart=/bin/sh -c 'echo afdasf > /home/joelmo/sysdworking'
[Install]
WantedBy=default.target
但我不认为它正在运行,我看不到文件 sysdworking。是否可以在 14.10 中启用用户单元?
答案1
对我来说这是有效的:
systemctl --user enable myunit
以下命令显示该单元是否已启用:
systemctl --user status myunit
答案2
systemctl enable unit
启用 systemd 用户单元