summarylogtreecommitdiffstats
path: root/insync.service
blob: f86004e413b66dfa98ef58635f3c9ff9c6d50791 (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=multi-user.target