mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-28 00:17:39 +00:00
11 lines
205 B
Desktop File
11 lines
205 B
Desktop File
[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
|