summarylogtreecommitdiffstats
path: root/taskchampion-sync-server.service
blob: b5be30da8643d7cec362ba4dcc47c0a4c527b592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=The server Taskwarrior syncs to
After=network.target
Documentation=http://taskwarrior.org/docs/

[Service]
Type=simple
DynamicUser=yes
StateDirectory=taskchampion-sync-server
ExecStart=/usr/bin/taskchampion-sync-server --port 53589 --data-dir /var/lib/taskchampion-sync-server
Restart=on-abort

[Install]
WantedBy=multi-user.target