blob: 02853676d85e48bc053e7b03a2a152d2468ed1e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description = Maestral daemon for the config %I
Documentation = "https://github.com/SamSchott/maestral-dropbox/wiki"
[Service]
Type = notify
NotifyAccess = exec
ExecStart = /usr/bin/maestral start --foreground --config-name %i
ExecReload = /usr/bin/maestral restart --config-name %i
ExecStop = /usr/bin/maestral stop --config-name %i
RestartSec = 1
Restart = on-failure
WatchdogSec = 30s
[Install]
WantedBy = default.target
|