summarylogtreecommitdiffstats
path: root/tokidoki.service
blob: ac05630b4c588b80babf8d4584d30cd51e848bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=A small and robust calendar & contacts server
After=network.target

[Service]
Type=simple
User=tokidoki
Restart=always
EnvironmentFile=/etc/tokidoki/params
ExecStart=/usr/bin/tokidoki -addr=${addr} -auth.url=${auth_url} -storage.url=${storage_url}

[Install]
WantedBy=multi-user.target