summarylogtreecommitdiffstats
path: root/realm.service
blob: 2a8d9c29be99182c8377b3a58effdbd477aa04bf (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=realm
Wants=network.target
After=network-online.target

[Service]
Type=exec
ExecStart=/usr/bin/realm -c /etc/realm/config.json

[Install]
WantedBy=multi-user.target