msyncd.service 385 Bytes
Newer Older
1 2 3 4
[Unit]
Description=Sync FW daemon
Requires=dbus.socket booster-qt5.service
After=pre-user-session.target booster-qt5.service booster-qt5-signal.service
5
ConditionUser=!root
6 7 8 9

[Service]
# -G (--global-syms) so that msyncd's plugins can find symbols in msyncd and
#     in the libraries msyncd is linked to.
10
ExecStart=/usr/bin/msyncd
11 12 13 14
Restart=always

[Install]
WantedBy=user-session.target