summarylogtreecommitdiffstats
path: root/insync.service
blob: beaf8528a8f2c86abc9e06b982f068c1d55605bb (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_OPTION
ExecStop=/usr/bin/insync quit
User=%I

[Install]
WantedBy=multi-user.target