summarylogtreecommitdiffstats
path: root/bin.service
blob: 881ddc081fc6ca728a39ab370048291e47dfa434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A paste bin
After=network.target

[Service]
Type=simple
WorkingDirectory=/etc/bin
ExecStart=/usr/bin/bin
Restart=always

[Install]
WantedBy=multi-user.target