summarylogtreecommitdiffstats
path: root/synclounge.service
blob: 644d19663e51d8c800a973ce99dea977e3ab35e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=SyncLounge
After=network.target

[Service]
Type=simple
DynamicUser=yes
ExecStart=/usr/bin/synclounge --config_file /etc/synclounge/settings.json
Restart=on-failure

[Install]
WantedBy=multi-user.target