summarylogtreecommitdiffstats
path: root/specter.service
blob: daa13f49cd29fefed339e321cbdd5a11df036cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Specter Desktop Service
After=multi-user.target
Conflicts=getty@tty1.service

[Service]
User=myusername
Type=simple
ExecStart=python -m cryptoadvance.specter server
StandardInput=tty-force

[Install]
WantedBy=multi-user.target