summarylogtreecommitdiffstats
path: root/insync.service
blob: 5a3b07e61d2f0510df5ef8cb66643ad00f832213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Insync
After=local-fs.target network.target

[Service]
Environment=DISPLAY=:0
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/insync start
ExecStop=/usr/bin/insync quit

[Install]
WantedBy=default.target