summarylogtreecommitdiffstats
path: root/doubletake.service
blob: 719512e111d20e40b8812cdf1dfafb8f0aee0621 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=doubletake AirPlay Mirroring Daemon
After=graphical-session.target

[Service]
ExecStart=/usr/bin/doubletake -daemonize -creds %h/.config/doubletake/credentials.json
Restart=on-failure
RestartSec=5

[Install]
WantedBy=graphical-session.target