mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 09:39:58 +00:00
11 lines
209 B
SYSTEMD
11 lines
209 B
SYSTEMD
|
[Unit]
|
||
|
Description=Resilio Sync per-user service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/distrobox-enter -n fedora -- ' /usr/bin/rslsync --nodaemon'
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|