Skip to content

Commit 6af9e47

Browse files
committed
Fix warning in cleep.service
1 parent 4b3e37d commit 6af9e47

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/cleep.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ Requires=network-online.target
77
EnvironmentFile=/etc/default/cleep.conf
88
ExecStart=/usr/bin/cleep
99
WorkingDirectory=/usr/bin
10-
StandardOutput=syslog
11-
StandardError=syslog
1210
Restart=always
1311
RestartSec=10
1412
User=root
13+
1514
[Install]
1615
WantedBy=multi-user.target

0 commit comments

Comments
 (0)